Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated Syntax Error #354

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

Updated Syntax Error #354

wants to merge 1 commit into from

Conversation

666devs
Copy link

@666devs 666devs commented Oct 5, 2024

closes #353
...

Description

This pull request fixes a syntax error in the L2ScrollFeeVault contract. The function declaration for totalProcessed was incorrectly using parentheses with the return type. This change corrects the function syntax to comply with Solidity standards.

...

Changes

Updated the totalProcessed function in the L2ScrollFeeVault contract from: totalProcessed()(uint256) to totalProcessed() returns (uint256)

  • High level
  • changes that
  • you made
  • ...

Copy link

netlify bot commented Oct 5, 2024

Deploy Preview for scroll-documentation ready!

Name Link
🔨 Latest commit 0a33873
🔍 Latest deploy log https://app.netlify.com/sites/scroll-documentation/deploys/6701ba9d76b66200080b3c58
😎 Deploy Preview https://deploy-preview-354.docs.scroll.xyz
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@666devs 666devs changed the title Corrected Syntax Error Updated Syntax Error Oct 5, 2024
@666devs
Copy link
Author

666devs commented Oct 5, 2024

Hello @isabellewei my PR is ready for review! Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Enhancement]: <Syntax Error in totalProcessed Function Declaration>
1 participant